home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / jump / targisPAL.txt < prev    next >
Text File  |  1995-11-19  |  438b  |  21 lines

  1. The Targis executable in aminet/jump/targis.lha has a bug in it--it won't work
  2. on PAL systems. This can be fixed by changing the bytes
  3. $6600, $fffe
  4.  
  5.       to
  6.  
  7. $4e71, $4e71
  8.  
  9. This code is at offset $656 into the file "targis".
  10.  
  11. The code checks to make sure the lines/field is 60, and if it isn't it does
  12. hangs up in the
  13.  
  14. here:    bne    here
  15.  
  16. The patch replaces this with two nops so it will work on PAL machines.
  17.  
  18. -David Ashley
  19. dash@netcom.com
  20.  
  21.